home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Abakt 0.9.1 / abakt-0.9.1.exe / Abakt.exe / 0 / RCDATA / TF_PREFS / TF_PREFS.txt
Text File  |  2005-04-18  |  18KB  |  712 lines

  1. object f_Prefs: Tf_Prefs
  2.   Left = 408
  3.   Top = 224
  4.   Width = 440
  5.   Height = 320
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Preferences'
  8.   Color = clBtnFace
  9.   Constraints.MaxHeight = 320
  10.   Constraints.MinHeight = 320
  11.   Constraints.MinWidth = 440
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poMainFormCenter
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyDown = FormKeyDown
  23.   OnShow = FormShow
  24.   DesignSize = (
  25.     432
  26.     293)
  27.   PixelsPerInch = 96
  28.   TextHeight = 13
  29.   object bt_Ok: TButton
  30.     Left = 272
  31.     Top = 260
  32.     Width = 72
  33.     Height = 25
  34.     Anchors = [akRight, akBottom]
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.     OnClick = bt_OkClick
  40.   end
  41.   object PageControl: TPageControl
  42.     Left = 0
  43.     Top = 0
  44.     Width = 432
  45.     Height = 251
  46.     ActivePage = tab_Application
  47.     Align = alTop
  48.     Anchors = [akLeft, akTop, akRight, akBottom]
  49.     TabIndex = 1
  50.     TabOrder = 0
  51.     object tab_Startup: TTabSheet
  52.       Caption = 'On &Startup'
  53.       DesignSize = (
  54.         424
  55.         223)
  56.       object Label4: TLabel
  57.         Left = 26
  58.         Top = 121
  59.         Width = 178
  60.         Height = 13
  61.         Caption = 'Applies to '#39'.abp'#39', '#39'.abg'#39' and '#39'.abh'#39' files.'
  62.         Font.Charset = DEFAULT_CHARSET
  63.         Font.Color = clNavy
  64.         Font.Height = -11
  65.         Font.Name = 'MS Sans Serif'
  66.         Font.Style = []
  67.         ParentFont = False
  68.       end
  69.       object cb_CreateFileAssociations: TCheckBox
  70.         Left = 8
  71.         Top = 104
  72.         Width = 401
  73.         Height = 16
  74.         Caption = '&Restore File Associations'
  75.         Checked = True
  76.         State = cbChecked
  77.         TabOrder = 1
  78.       end
  79.       object rb_InitialProfileType: TRadioGroup
  80.         Left = 8
  81.         Top = 8
  82.         Width = 409
  83.         Height = 85
  84.         Anchors = [akLeft, akTop, akRight]
  85.         Caption = 'Use This Profile'
  86.         ItemIndex = 1
  87.         Items.Strings = (
  88.           '&New'
  89.           '&Previously Opened/Saved'
  90.           'C&ustom')
  91.         TabOrder = 0
  92.       end
  93.       object bt_SelectCustomInitialProfile: TButton
  94.         Left = 334
  95.         Top = 67
  96.         Width = 73
  97.         Height = 21
  98.         Anchors = [akTop, akRight]
  99.         Caption = '&Browse'
  100.         TabOrder = 3
  101.         OnClick = bt_SelectCustomInitialProfileClick
  102.       end
  103.       object ed_CustomInitialProfile: TEdit
  104.         Left = 112
  105.         Top = 67
  106.         Width = 216
  107.         Height = 20
  108.         Anchors = [akLeft, akTop, akRight]
  109.         AutoSize = False
  110.         TabOrder = 2
  111.         Text = 'ed_CustomInitialProfile'
  112.       end
  113.     end
  114.     object tab_Application: TTabSheet
  115.       Caption = '&Application'
  116.       ImageIndex = 1
  117.       DesignSize = (
  118.         424
  119.         223)
  120.       object ed_DefDataDir: TEdit
  121.         Left = 128
  122.         Top = 11
  123.         Width = 288
  124.         Height = 21
  125.         Anchors = [akLeft, akTop, akRight]
  126.         Ctl3D = True
  127.         ParentCtl3D = False
  128.         TabOrder = 1
  129.         Text = 'ed_DefDataDir'
  130.       end
  131.       object bt_DefDataDir: TButton
  132.         Left = 8
  133.         Top = 9
  134.         Width = 113
  135.         Height = 23
  136.         Caption = '&Data Directory'
  137.         TabOrder = 0
  138.         OnClick = bt_DefDataDirClick
  139.       end
  140.       object cb_ShowDescriptionBoxes: TCheckBox
  141.         Left = 8
  142.         Top = 42
  143.         Width = 169
  144.         Height = 17
  145.         Caption = 'Show Description &Boxes'
  146.         Checked = True
  147.         State = cbChecked
  148.         TabOrder = 2
  149.       end
  150.       object Panel8: TPanel
  151.         Left = 208
  152.         Top = 40
  153.         Width = 209
  154.         Height = 22
  155.         Anchors = [akLeft, akTop, akRight]
  156.         BevelInner = bvRaised
  157.         BevelOuter = bvLowered
  158.         TabOrder = 3
  159.         object Label13: TLabel
  160.           Left = 2
  161.           Top = 2
  162.           Width = 205
  163.           Height = 18
  164.           Align = alClient
  165.           Alignment = taCenter
  166.           Caption = 'This is a Description Box.'
  167.           Font.Charset = DEFAULT_CHARSET
  168.           Font.Color = clMaroon
  169.           Font.Height = -11
  170.           Font.Name = 'MS Sans Serif'
  171.           Font.Style = []
  172.           ParentFont = False
  173.           Layout = tlCenter
  174.         end
  175.       end
  176.       object gbx_Language: TGroupBox
  177.         Left = 8
  178.         Top = 128
  179.         Width = 409
  180.         Height = 41
  181.         Anchors = [akLeft, akTop, akRight]
  182.         Caption = 'Lang&uage'
  183.         TabOrder = 5
  184.         object cmbx_Languages: TComboBox
  185.           Left = 8
  186.           Top = 16
  187.           Width = 177
  188.           Height = 21
  189.           Style = csDropDownList
  190.           ItemHeight = 13
  191.           TabOrder = 0
  192.         end
  193.       end
  194.       object GroupBox1: TGroupBox
  195.         Left = 8
  196.         Top = 172
  197.         Width = 409
  198.         Height = 41
  199.         Anchors = [akLeft, akTop, akRight]
  200.         Caption = 'Preferences File'
  201.         TabOrder = 6
  202.         DesignSize = (
  203.           409
  204.           41)
  205.         object ed_PrefsFile: TEdit
  206.           Left = 8
  207.           Top = 16
  208.           Width = 393
  209.           Height = 19
  210.           Anchors = [akLeft, akTop, akRight]
  211.           AutoSize = False
  212.           BevelOuter = bvNone
  213.           Color = clBtnFace
  214.           Ctl3D = True
  215.           ParentCtl3D = False
  216.           ReadOnly = True
  217.           TabOrder = 0
  218.           Text = 'ed_PrefsFile'
  219.         end
  220.       end
  221.       object gbx_RecentFiles: TGroupBox
  222.         Left = 8
  223.         Top = 64
  224.         Width = 409
  225.         Height = 61
  226.         Anchors = [akLeft, akTop, akRight]
  227.         Caption = 'Recent Files'
  228.         TabOrder = 4
  229.         DesignSize = (
  230.           409
  231.           61)
  232.         object Label2: TLabel
  233.           Left = 56
  234.           Top = 20
  235.           Width = 108
  236.           Height = 13
  237.           Caption = 'Numbe&r of visible items'
  238.           FocusControl = ed_MaxRecentFiles
  239.         end
  240.         object cb_RecentFilesShowPath: TCheckBox
  241.           Left = 8
  242.           Top = 40
  243.           Width = 393
  244.           Height = 17
  245.           Anchors = [akLeft, akTop, akRight]
  246.           Caption = 'Show &Path Information'
  247.           TabOrder = 2
  248.         end
  249.         object ed_MaxRecentFiles: TEdit
  250.           Left = 8
  251.           Top = 16
  252.           Width = 25
  253.           Height = 21
  254.           TabOrder = 0
  255.           Text = '9'
  256.         end
  257.         object ud_MaxRecentFiles: TUpDown
  258.           Left = 33
  259.           Top = 16
  260.           Width = 15
  261.           Height = 21
  262.           Associate = ed_MaxRecentFiles
  263.           Min = 0
  264.           Max = 32
  265.           Position = 9
  266.           TabOrder = 1
  267.           Wrap = False
  268.         end
  269.       end
  270.     end
  271.     object tab_Backup: TTabSheet
  272.       Caption = 'A&ction'
  273.       ImageIndex = 3
  274.       DesignSize = (
  275.         424
  276.         223)
  277.       object Label6: TLabel
  278.         Left = 26
  279.         Top = 100
  280.         Width = 70
  281.         Height = 13
  282.         Caption = 'Get 7-Zip from:'
  283.         Font.Charset = DEFAULT_CHARSET
  284.         Font.Color = clNavy
  285.         Font.Height = -11
  286.         Font.Name = 'MS Sans Serif'
  287.         Font.Style = []
  288.         ParentFont = False
  289.       end
  290.       object Label7: TLabel
  291.         Left = 26
  292.         Top = 138
  293.         Width = 296
  294.         Height = 13
  295.         Caption = 'Not used when Abakt is started with command line parameters.'
  296.         Font.Charset = DEFAULT_CHARSET
  297.         Font.Color = clNavy
  298.         Font.Height = -11
  299.         Font.Name = 'MS Sans Serif'
  300.         Font.Style = []
  301.         ParentFont = False
  302.       end
  303.       object ed_DefDestDir: TEdit
  304.         Left = 168
  305.         Top = 11
  306.         Width = 248
  307.         Height = 20
  308.         Anchors = [akLeft, akTop, akRight]
  309.         AutoSize = False
  310.         Ctl3D = True
  311.         ParentCtl3D = False
  312.         TabOrder = 1
  313.         Text = 'ed_DefDestDir'
  314.       end
  315.       object bt_DefDestDir: TButton
  316.         Left = 8
  317.         Top = 9
  318.         Width = 153
  319.         Height = 23
  320.         Caption = 'Default &Destination Directory'
  321.         TabOrder = 0
  322.         OnClick = bt_DefDestDirClick
  323.       end
  324.       object bt_TempDir: TButton
  325.         Left = 8
  326.         Top = 41
  327.         Width = 153
  328.         Height = 23
  329.         Caption = '&Temporary Directory'
  330.         TabOrder = 2
  331.         OnClick = bt_TempDirClick
  332.       end
  333.       object ed_TempDir: TEdit
  334.         Left = 168
  335.         Top = 43
  336.         Width = 161
  337.         Height = 20
  338.         Anchors = [akLeft, akTop, akRight]
  339.         AutoSize = False
  340.         Ctl3D = True
  341.         ParentCtl3D = False
  342.         TabOrder = 3
  343.         Text = 'ed_TempDir'
  344.       end
  345.       object bt_DefaultTempDir: TButton
  346.         Left = 337
  347.         Top = 42
  348.         Width = 79
  349.         Height = 22
  350.         Anchors = [akTop, akRight]
  351.         Caption = 'Default'
  352.         TabOrder = 4
  353.         OnClick = bt_DefaultTempDirClick
  354.       end
  355.       object bt_7ZipExe: TButton
  356.         Left = 8
  357.         Top = 73
  358.         Width = 153
  359.         Height = 23
  360.         Caption = '&7-Zip Executable'
  361.         TabOrder = 5
  362.         OnClick = bt_7ZipExeClick
  363.       end
  364.       object ed_ExePath7Zip: TEdit
  365.         Left = 168
  366.         Top = 75
  367.         Width = 248
  368.         Height = 21
  369.         Anchors = [akLeft, akTop, akRight]
  370.         Ctl3D = True
  371.         ParentCtl3D = False
  372.         TabOrder = 6
  373.         Text = 'ed_ExePath7Zip'
  374.       end
  375.       object pnl_7ZipInternet: TPanel
  376.         Left = 168
  377.         Top = 100
  378.         Width = 249
  379.         Height = 13
  380.         Cursor = crHandPoint
  381.         Alignment = taLeftJustify
  382.         BevelOuter = bvNone
  383.         Caption = 'http://sourceforge.net/projects/sevenzip/'
  384.         Font.Charset = DEFAULT_CHARSET
  385.         Font.Color = clBlue
  386.         Font.Height = -11
  387.         Font.Name = 'MS Sans Serif'
  388.         Font.Style = []
  389.         ParentFont = False
  390.         TabOrder = 7
  391.         OnClick = pnl_7ZipInternetClick
  392.       end
  393.       object cb_ActFile_ConfirmDelete: TCheckBox
  394.         Left = 8
  395.         Top = 120
  396.         Width = 409
  397.         Height = 17
  398.         Anchors = [akLeft, akTop, akRight]
  399.         Caption = '&Confirm '#39'File Operation | Delete'#39
  400.         Checked = True
  401.         State = cbChecked
  402.         TabOrder = 8
  403.       end
  404.     end
  405.     object tab_Logging: TTabSheet
  406.       Caption = '&Logging'
  407.       ImageIndex = 2
  408.       DesignSize = (
  409.         424
  410.         223)
  411.       object Label3: TLabel
  412.         Left = 26
  413.         Top = 40
  414.         Width = 225
  415.         Height = 13
  416.         Caption = 'For every file: show IF it is included or excluded.'
  417.         Font.Charset = DEFAULT_CHARSET
  418.         Font.Color = clNavy
  419.         Font.Height = -11
  420.         Font.Name = 'MS Sans Serif'
  421.         Font.Style = []
  422.         ParentFont = False
  423.       end
  424.       object Label10: TLabel
  425.         Left = 26
  426.         Top = 120
  427.         Width = 337
  428.         Height = 13
  429.         Caption = 
  430.           'Show detailed file progress. If unchecked, only the failures are' +
  431.           ' reported.'
  432.         Font.Charset = DEFAULT_CHARSET
  433.         Font.Color = clNavy
  434.         Font.Height = -11
  435.         Font.Name = 'MS Sans Serif'
  436.         Font.Style = []
  437.         ParentFont = False
  438.         WordWrap = True
  439.       end
  440.       object Label5: TLabel
  441.         Left = 26
  442.         Top = 76
  443.         Width = 371
  444.         Height = 13
  445.         Caption = 
  446.           'Show WHY a file is included or excluded. Also applies to window ' +
  447.           'Source/Files.'
  448.         Font.Charset = DEFAULT_CHARSET
  449.         Font.Color = clNavy
  450.         Font.Height = -11
  451.         Font.Name = 'MS Sans Serif'
  452.         Font.Style = []
  453.         ParentFont = False
  454.         WordWrap = True
  455.       end
  456.       object Label11: TLabel
  457.         Left = 8
  458.         Top = 4
  459.         Width = 385
  460.         Height = 13
  461.         Caption = 
  462.           'Specify the information that is shown on the Log panel while per' +
  463.           'forming an Action:'
  464.         Font.Charset = DEFAULT_CHARSET
  465.         Font.Color = clNavy
  466.         Font.Height = -11
  467.         Font.Name = 'MS Sans Serif'
  468.         Font.Style = []
  469.         ParentFont = False
  470.       end
  471.       object Label8: TLabel
  472.         Left = 278
  473.         Top = 203
  474.         Width = 68
  475.         Height = 13
  476.         Alignment = taRightJustify
  477.         Caption = 'Max Size (kB):'
  478.         Visible = False
  479.       end
  480.       object cb_LogBuildingFileLists: TCheckBox
  481.         Left = 8
  482.         Top = 25
  483.         Width = 409
  484.         Height = 17
  485.         Anchors = [akLeft, akTop, akRight]
  486.         Caption = 'Detailed '#39'&Building File Lists'#39
  487.         TabOrder = 0
  488.       end
  489.       object cb_LogFullAction: TCheckBox
  490.         Left = 8
  491.         Top = 105
  492.         Width = 409
  493.         Height = 17
  494.         Anchors = [akLeft, akTop, akRight]
  495.         Caption = 'Detailed File &Progress'
  496.         TabOrder = 2
  497.       end
  498.       object cb_LogExtraFilterInfo: TCheckBox
  499.         Left = 8
  500.         Top = 61
  501.         Width = 409
  502.         Height = 17
  503.         Anchors = [akLeft, akTop, akRight]
  504.         Caption = 'Detailed &Filter Information'
  505.         Checked = True
  506.         State = cbChecked
  507.         TabOrder = 1
  508.       end
  509.       object bt_ActionLogDir: TButton
  510.         Left = 26
  511.         Top = 168
  512.         Width = 129
  513.         Height = 23
  514.         Caption = 'Action Log &Directory'
  515.         TabOrder = 4
  516.         OnClick = bt_ActionLogDirClick
  517.       end
  518.       object ed_ActionLogDir: TEdit
  519.         Left = 168
  520.         Top = 170
  521.         Width = 247
  522.         Height = 20
  523.         Anchors = [akLeft, akTop, akRight]
  524.         AutoSize = False
  525.         Ctl3D = True
  526.         ParentCtl3D = False
  527.         TabOrder = 5
  528.         Text = 'ed_ActionLogDir'
  529.       end
  530.       object cb_AutoSaveActionLog: TCheckBox
  531.         Left = 8
  532.         Top = 149
  533.         Width = 409
  534.         Height = 16
  535.         Anchors = [akLeft, akTop, akRight]
  536.         Caption = 'Save Action Log &to "<ProfileName>.log".'
  537.         Checked = True
  538.         State = cbChecked
  539.         TabOrder = 3
  540.       end
  541.       object cb_LogStatusToFile: TCheckBox
  542.         Left = 8
  543.         Top = 202
  544.         Width = 258
  545.         Height = 15
  546.         Caption = 'Append Status to "[AppDir]\Abakt.log"'
  547.         Enabled = False
  548.         TabOrder = 6
  549.         Visible = False
  550.       end
  551.       object ed_MaxStatusLogSize: TEdit
  552.         Left = 350
  553.         Top = 200
  554.         Width = 51
  555.         Height = 21
  556.         TabOrder = 7
  557.         Text = '2048'
  558.         Visible = False
  559.       end
  560.       object sped_MaxStatusLogSize: TUpDown
  561.         Left = 401
  562.         Top = 200
  563.         Width = 15
  564.         Height = 21
  565.         Associate = ed_MaxStatusLogSize
  566.         Min = 0
  567.         Max = 4096
  568.         Position = 2048
  569.         TabOrder = 8
  570.         Thousands = False
  571.         Visible = False
  572.         Wrap = False
  573.       end
  574.     end
  575.     object tab_Advanced: TTabSheet
  576.       Caption = 'Ad&vanced'
  577.       ImageIndex = 4
  578.       DesignSize = (
  579.         424
  580.         223)
  581.       object Label12: TLabel
  582.         Left = 27
  583.         Top = 25
  584.         Width = 390
  585.         Height = 26
  586.         Anchors = [akLeft, akTop, akRight]
  587.         AutoSize = False
  588.         Caption = 
  589.           'Enable to remove non-existing Source Directories from a Profile ' +
  590.           'when it is opened, and from the directory tree on page Source.'
  591.         Font.Charset = DEFAULT_CHARSET
  592.         Font.Color = clNavy
  593.         Font.Height = -11
  594.         Font.Name = 'MS Sans Serif'
  595.         Font.Style = []
  596.         ParentFont = False
  597.         WordWrap = True
  598.       end
  599.       object Label1: TLabel
  600.         Left = 26
  601.         Top = 122
  602.         Width = 153
  603.         Height = 13
  604.         Caption = 'Applies to Zip Method '#39'Replace'#39'.'
  605.         Font.Charset = DEFAULT_CHARSET
  606.         Font.Color = clNavy
  607.         Font.Height = -11
  608.         Font.Name = 'MS Sans Serif'
  609.         Font.Style = []
  610.         ParentFont = False
  611.       end
  612.       object cb_RemoveNonExistingSourceDirs: TCheckBox
  613.         Left = 8
  614.         Top = 8
  615.         Width = 409
  616.         Height = 17
  617.         Anchors = [akLeft, akTop, akRight]
  618.         Caption = '&Remove Non-Existing Source Directories'
  619.         Checked = True
  620.         State = cbChecked
  621.         TabOrder = 0
  622.       end
  623.       object cb_UseNewUIOnBFD: TCheckBox
  624.         Left = 8
  625.         Top = 58
  626.         Width = 409
  627.         Height = 17
  628.         Anchors = [akLeft, akTop, akRight]
  629.         Caption = 'Use New UI BrowseFor&Folder'
  630.         Checked = True
  631.         Font.Charset = DEFAULT_CHARSET
  632.         Font.Color = clWindowText
  633.         Font.Height = -11
  634.         Font.Name = 'MS Sans Serif'
  635.         Font.Style = []
  636.         ParentFont = False
  637.         State = cbChecked
  638.         TabOrder = 1
  639.       end
  640.       object cb_IncludeEmptyDirs: TCheckBox
  641.         Left = 7
  642.         Top = 82
  643.         Width = 409
  644.         Height = 17
  645.         Anchors = [akLeft, akTop, akRight]
  646.         Caption = '&Include Empty Directories'
  647.         Font.Charset = DEFAULT_CHARSET
  648.         Font.Color = clWindowText
  649.         Font.Height = -11
  650.         Font.Name = 'MS Sans Serif'
  651.         Font.Style = []
  652.         ParentFont = False
  653.         TabOrder = 2
  654.       end
  655.       object cb_CreateTempZipCopy: TCheckBox
  656.         Left = 7
  657.         Top = 106
  658.         Width = 409
  659.         Height = 17
  660.         Anchors = [akLeft, akTop, akRight]
  661.         Caption = 'Create &Temporary Copy if Zip Archive exists'
  662.         Checked = True
  663.         Font.Charset = DEFAULT_CHARSET
  664.         Font.Color = clWindowText
  665.         Font.Height = -11
  666.         Font.Name = 'MS Sans Serif'
  667.         Font.Style = []
  668.         ParentFont = False
  669.         State = cbChecked
  670.         TabOrder = 3
  671.       end
  672.     end
  673.   end
  674.   object bt_Cancel: TButton
  675.     Left = 352
  676.     Top = 260
  677.     Width = 72
  678.     Height = 25
  679.     Anchors = [akRight, akBottom]
  680.     Cancel = True
  681.     Caption = 'Cancel'
  682.     ModalResult = 2
  683.     TabOrder = 2
  684.     OnClick = bt_CancelClick
  685.   end
  686.   object bt_Help: TButton
  687.     Left = 8
  688.     Top = 260
  689.     Width = 72
  690.     Height = 25
  691.     Caption = 'Help'
  692.     TabOrder = 3
  693.     OnClick = bt_HelpClick
  694.   end
  695.   object odlg_7ZipExe: TOpenDialog
  696.     DefaultExt = 'exe'
  697.     FileName = '7z.exe'
  698.     Filter = 'Application (*.exe)|*.exe|Any File (*.*)|*.*'
  699.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing, ofDontAddToRecent]
  700.     Title = '7-Zip Commandline Executable'
  701.     Left = 200
  702.     Top = 240
  703.   end
  704.   object odlg_InitialProfile: TOpenDialog
  705.     DefaultExt = 'abp'
  706.     Filter = 'Abakt Profile (*.abp)|*.abp|All files (*.*)|*.*'
  707.     Options = [ofHideReadOnly, ofExtensionDifferent, ofPathMustExist, ofFileMustExist, ofEnableSizing, ofForceShowHidden]
  708.     Left = 120
  709.     Top = 240
  710.   end
  711. end
  712.